Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632703 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/162 - Retro Mario Game

style.css cody/swapnilsparsh/30DaysOfJavaScript/162 - Retro Mario Game/style.css
105 Views
0 Comments
body {
background: #222;
}

h2 {
color: #666;
font-family: monospace;
text-align: center;
index.html cody/swapnilsparsh/30DaysOfJavaScript/162 - Retro Mario Game/index.html
306 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Retro Mario Game</title>
<link rel="stylesheet" href="./style.css">
readme.md cody/swapnilsparsh/30DaysOfJavaScript/162 - Retro Mario Game/readme.md
172 Views
0 Comments
## Retro Mario Game

- Use Arrow key to move Blue Block.
- Avoid the Red Lava and take All the Yellow Points.

script.js cody/swapnilsparsh/30DaysOfJavaScript/162 - Retro Mario Game/script.js
163 Views
0 Comments
var LEVELS = [
[" ",
" ",
" ",
" ",
" ",
"